Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app): fix styling of read-only deck configurator #14116

Merged

Conversation

ncdiehl11
Copy link
Collaborator

@ncdiehl11 ncdiehl11 commented Dec 6, 2023

closes RQA-1987

Overview

When deck configurator is read only (during protocol/maintenance run), any loaded deck fixtures
should show default cursor on hover, not show remove icon, and not be clickable

Test Plan

  • Configure Flex deck with various fixtures on DeviceDetails
  • Begin a protocol or maintenance run
  • Move mouse over loaded fixtures and observe default cursor, no remove icon, and unselectable fixtures
Screen.Recording.2023-12-06.at.2.25.10.PM.mov

Risk assessment

low

When deck configurator is read only (during protocol/maintenance run), any loaded deck fixtures
should show default cursor on hover, not show remove icon, and not be clickable
@ncdiehl11 ncdiehl11 requested a review from a team as a code owner December 6, 2023 19:24
@ncdiehl11 ncdiehl11 requested review from brenthagen and removed request for a team December 6, 2023 19:24
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #14116 (caeb7cd) into chore_release-7.1.0 (390d022) will increase coverage by 0.00%.
Report is 15 commits behind head on chore_release-7.1.0.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##           chore_release-7.1.0   #14116   +/-   ##
====================================================
  Coverage                70.44%   70.44%           
====================================================
  Files                     2483     2483           
  Lines                    70328    70395   +67     
  Branches                  8770     8810   +40     
====================================================
+ Hits                     49542    49590   +48     
- Misses                   18635    18651   +16     
- Partials                  2151     2154    +3     
Flag Coverage Δ
app 67.70% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...-sim/DeckConfigurator/StagingAreaConfigFixture.tsx 0.00% <0.00%> (-7.70%) ⬇️
...are-sim/DeckConfigurator/TrashBinConfigFixture.tsx 0.00% <0.00%> (-7.15%) ⬇️
...e-sim/DeckConfigurator/WasteChuteConfigFixture.tsx 0.00% <0.00%> (-6.67%) ⬇️

... and 5 files with indirect coverage changes

Copy link
Contributor

@brenthagen brenthagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, a couple small comments

@ncdiehl11 ncdiehl11 merged commit 93c879a into chore_release-7.1.0 Dec 7, 2023
42 of 44 checks passed
@ncdiehl11 ncdiehl11 deleted the app_fix-deckconfigurator-style-readonly branch December 7, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants